@CHARSET "UTF-8";

body {
	background-image: url(../images/login/login.jpg);
	background-position-y: -100px;
	background-position-x: center;
	background-repeat: no-repeat;
	font-size: 12px;
	margin: 0px;
	text-align: center;
}

* {
	padding: 0px;
}

.login {
	margin-top: 250px;
}

.login table {
	width: 250px;
	margin: 0 auto;
}

.login input {
	margin-left: 10px;
}

.tig {
	width: 50px;
}

.login td {
	height: 35px;
}

.logbut {
	background-image: url("../images/login/loginbtn.jpg");
	width: 106px;
	height: 41px;
	border: none;
	background-color: transparent;
}

.loginbottom {
	padding-top: 0px;
}

.loginbottom a:link {
	color: black;
	font-size: 14px;
	text-decoration: none;
}

.loginbottom a:VISITED {
	color: black;
	font-size: 14px;
	text-decoration: none;
}

.loginbottom a:HOVER {
	color: red;
	font-size: 14px;
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}

.gongan a:link{
	color: #939393;
}

.gongan a:VISITED {
	color: #939393;
}

.gongan a:HOVER {
	color: #939393;
}

.download a:link {
	color: blue;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.download a:VISITED {
	color: blue;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.download a:HOVER {
	color: red;
	font-size: 14px;
	text-decoration: none;
	position: relative;
	font-weight: bold;
	left: 1px;
	top: 1px;
}